[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Pre-defined constant flags for CONFFLAG and CONFUNFLAG
Functions
If the flags are set they mean the following:
F_EXP Conference expired access allowed flag
F_MW Mail is waiting in a specified Conference
F_REG Registered access allowed flag
F_SEL This conference selected for message scan
F_SYS User has SysOp access in this conference
Values
F_EXP = 2 = 10b = 2o = 2h
F_MW = 10 = 10000b = 20o = 10h
F_REG = 1 = 1b = 1o = 1h
F_SEL = 4 = 100b = 4o = 4h
F_SYS = 8 = 1000b = 10o = 8h
Remarks
There are five flags per conference maintained for each user. These
flags are used as follows:
F_EXP Indicates whether or not a user is registered in a given
conference after their subscription expiration date.
F_MW Used to indicate whether or not a user has mail waiting in
a given conference.
F_REG Used to indicate whether or not a user is registered in a
given conference.
F_SEL Used to indicate whether or not a user has specified this
conference for message scans.
F_SYS Used to indicate whether or not a user has SysOp rights
in a given conference.
Examples
F_EXP:
CONFUNFLAG 5,F_REG+F_EXP+F_SEL ' Clear reg, exp & sel flags from conf 5
CONFFLAG 9,F_REG+F_EXP+F_SEL ' Set reg, exp & sel flags for conf 9
F_MW:
CONFUNFLAG 5,F_MW ' Clear mail waiting flag from conf 5
CONFFLAG 9,F_MW ' Set mail waiting flag for conf 9
F_REG:
CONFUNFLAG 5,F_REG+F_EXP+F_SEL ' Clear reg, exp & sel flags from conf 5
CONFFLAG 9,F_REG+F_EXP+F_SEL ' Set reg, exp & sel flags for conf 9
F_SEL:
CONFUNFLAG 5,F_REG+F_EXP+F_SEL ' Clear reg, exp & sel flags from conf 5
CONFFLAG 9,F_REG+F_EXP+F_SEL ' Set reg, exp & sel flags for conf 9
F_SYS:
CONFUNFLAG 5,F_SYS ' Remove (unflag) conf sysop access from conf 5
CONFFLAG 9,F_SYS ' Grant (flag) conf sysop access for conf 9
See Also:
CONFFLAG
CONFUNFLAG
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson